From 2e9ff11c85eea672b573d60173e0a7193a8471d0 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 15 Nov 2016 22:39:05 +0100 Subject: [PATCH] snapshot: push/pop mismatch is critical This is broken code that needs to be fixed right now. --- gtk/gtksnapshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksnapshot.c b/gtk/gtksnapshot.c index aacb24f76d..c1f77d08b3 100644 --- a/gtk/gtksnapshot.c +++ b/gtk/gtksnapshot.c @@ -182,7 +182,7 @@ gtk_snapshot_append_node (GtkSnapshot *state, state->root = gsk_render_node_ref (node); else { - g_warning ("Tried appending a node to an already finished snapshot."); + g_critical ("Tried appending a node to an already finished snapshot."); } } -- 2.30.2